DisplayFeature

data class DisplayFeature(orientation: String, offset: Int, maskLength: Int)

Constructors

DisplayFeature
Link copied to clipboard
fun DisplayFeature(orientation: String, offset: Int, maskLength: Int)

Properties

maskLength
Link copied to clipboard
val maskLength: Int
A display feature may mask content such that it is not physically displayed - this length along with the offset describes this area.
offset
Link copied to clipboard
val offset: Int
The offset from the screen origin in either the x (for vertical orientation) or y (for horizontal orientation) direction.
orientation
Link copied to clipboard
val orientation: String
Orientation of a display feature in relation to screen

Sources

jvm source
Link copied to clipboard